home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / mapictrl / main.dfm / main.txt
Encoding:
Text File  |  1996-09-15  |  5.9 KB  |  292 lines

  1. object frmMain: TfrmMain
  2.   Left = 193
  3.   Top = 97
  4.   BorderStyle = bsDialog
  5.   Caption = 'Send Mail'
  6.   ClientHeight = 375
  7.   ClientWidth = 505
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object grpSession: TGroupBox
  16.     Left = 8
  17.     Top = 8
  18.     Width = 489
  19.     Height = 97
  20.     Caption = 'Session Info'
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 8
  24.       Top = 32
  25.       Width = 81
  26.       Height = 13
  27.       Alignment = taRightJustify
  28.       AutoSize = False
  29.       Caption = 'Login Name:'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 8
  33.       Top = 64
  34.       Width = 81
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       AutoSize = False
  38.       Caption = 'Password:'
  39.     end
  40.     object edtName: TEdit
  41.       Left = 96
  42.       Top = 25
  43.       Width = 121
  44.       Height = 20
  45.       TabOrder = 0
  46.     end
  47.     object edtPwd: TEdit
  48.       Left = 96
  49.       Top = 57
  50.       Width = 121
  51.       Height = 20
  52.       PasswordChar = '*'
  53.       TabOrder = 1
  54.     end
  55.     object chkLogonUI: TCheckBox
  56.       Left = 248
  57.       Top = 24
  58.       Width = 121
  59.       Height = 17
  60.       Caption = 'Show logon dialog'
  61.       State = cbChecked
  62.       TabOrder = 2
  63.       OnClick = chkLogonUIClick
  64.     end
  65.     object chkNewSession: TCheckBox
  66.       Left = 248
  67.       Top = 40
  68.       Width = 121
  69.       Height = 17
  70.       Caption = 'Create new session'
  71.       TabOrder = 3
  72.       OnClick = chkNewSessionClick
  73.     end
  74.     object chkDownload: TCheckBox
  75.       Left = 248
  76.       Top = 56
  77.       Width = 121
  78.       Height = 17
  79.       Caption = 'Download new mail'
  80.       TabOrder = 4
  81.       OnClick = chkDownloadClick
  82.     end
  83.     object btnConnect: TBitBtn
  84.       Left = 408
  85.       Top = 16
  86.       Width = 73
  87.       Height = 33
  88.       Caption = 'Connect'
  89.       TabOrder = 5
  90.       OnClick = btnConnectClick
  91.       Style = bsNew
  92.     end
  93.     object btnDisconnect: TBitBtn
  94.       Left = 408
  95.       Top = 56
  96.       Width = 73
  97.       Height = 33
  98.       Caption = 'Disconnect'
  99.       Enabled = False
  100.       TabOrder = 6
  101.       OnClick = btnDisconnectClick
  102.       Style = bsNew
  103.     end
  104.   end
  105.   object grpMessage: TGroupBox
  106.     Left = 8
  107.     Top = 112
  108.     Width = 489
  109.     Height = 257
  110.     Caption = 'Message Info'
  111.     TabOrder = 1
  112.     object Label3: TLabel
  113.       Left = 8
  114.       Top = 24
  115.       Width = 81
  116.       Height = 13
  117.       AutoSize = False
  118.       Caption = 'Note Text:'
  119.     end
  120.     object Label4: TLabel
  121.       Left = 168
  122.       Top = 24
  123.       Width = 97
  124.       Height = 13
  125.       AutoSize = False
  126.       Caption = 'File Attachments:'
  127.     end
  128.     object Label5: TLabel
  129.       Left = 328
  130.       Top = 24
  131.       Width = 81
  132.       Height = 13
  133.       AutoSize = False
  134.       Caption = 'Recipients:'
  135.     end
  136.     object Label6: TLabel
  137.       Left = 8
  138.       Top = 144
  139.       Width = 41
  140.       Height = 13
  141.       AutoSize = False
  142.       Caption = 'Subject:'
  143.     end
  144.     object Bevel1: TBevel
  145.       Left = 8
  146.       Top = 168
  147.       Width = 233
  148.       Height = 81
  149.       Shape = bsFrame
  150.     end
  151.     object Bevel2: TBevel
  152.       Left = 248
  153.       Top = 168
  154.       Width = 233
  155.       Height = 81
  156.       Shape = bsFrame
  157.     end
  158.     object memoText: TMemo
  159.       Left = 8
  160.       Top = 40
  161.       Width = 153
  162.       Height = 89
  163.       Hint = 'Right-click to clear'
  164.       Lines.Strings = (
  165.         '')
  166.       ParentShowHint = False
  167.       ScrollBars = ssVertical
  168.       ShowHint = True
  169.       TabOrder = 0
  170.       OnMouseDown = memoTextMouseDown
  171.     end
  172.     object memoFiles: TMemo
  173.       Left = 168
  174.       Top = 40
  175.       Width = 153
  176.       Height = 89
  177.       Hint = 'Right-click to clear'
  178.       ParentShowHint = False
  179.       ScrollBars = ssVertical
  180.       ShowHint = True
  181.       TabOrder = 1
  182.       OnMouseDown = memoTextMouseDown
  183.     end
  184.     object memoRecips: TMemo
  185.       Left = 328
  186.       Top = 40
  187.       Width = 153
  188.       Height = 89
  189.       Hint = 'Right-click to clear'
  190.       ParentShowHint = False
  191.       ScrollBars = ssVertical
  192.       ShowHint = True
  193.       TabOrder = 2
  194.       OnMouseDown = memoTextMouseDown
  195.     end
  196.     object btnSend: TBitBtn
  197.       Left = 160
  198.       Top = 208
  199.       Width = 73
  200.       Height = 33
  201.       Caption = 'Send Mail'
  202.       TabOrder = 3
  203.       OnClick = btnSendClick
  204.       Style = bsNew
  205.     end
  206.     object btnRead: TBitBtn
  207.       Left = 400
  208.       Top = 208
  209.       Width = 73
  210.       Height = 33
  211.       Caption = 'Read Mail'
  212.       TabOrder = 4
  213.       OnClick = btnReadClick
  214.       Style = bsNew
  215.     end
  216.     object edtSubject: TEdit
  217.       Left = 56
  218.       Top = 136
  219.       Width = 425
  220.       Height = 20
  221.       TabOrder = 5
  222.     end
  223.     object chkShowAddressBook: TCheckBox
  224.       Left = 16
  225.       Top = 176
  226.       Width = 129
  227.       Height = 17
  228.       Caption = 'Show Address Book'
  229.       TabOrder = 6
  230.       OnClick = chkShowAddressBookClick
  231.     end
  232.     object chkShowDialog: TCheckBox
  233.       Left = 16
  234.       Top = 200
  235.       Width = 137
  236.       Height = 17
  237.       Caption = 'Show send note dialog'
  238.       TabOrder = 7
  239.       OnClick = chkShowDialogClick
  240.     end
  241.     object chkReturnReceipt: TCheckBox
  242.       Left = 16
  243.       Top = 224
  244.       Width = 97
  245.       Height = 17
  246.       Caption = 'Return Receipt'
  247.       TabOrder = 8
  248.       OnClick = chkReturnReceiptClick
  249.     end
  250.     object chkEnvelopeOnly: TCheckBox
  251.       Left = 264
  252.       Top = 176
  253.       Width = 121
  254.       Height = 17
  255.       Caption = 'Envelope info only'
  256.       TabOrder = 9
  257.       OnClick = chkEnvelopeOnlyClick
  258.     end
  259.     object chkUnreadOnly: TCheckBox
  260.       Left = 264
  261.       Top = 200
  262.       Width = 113
  263.       Height = 17
  264.       Caption = 'Unread mail only'
  265.       TabOrder = 10
  266.       OnClick = chkUnreadOnlyClick
  267.     end
  268.     object chkPeek: TCheckBox
  269.       Left = 264
  270.       Top = 224
  271.       Width = 97
  272.       Height = 17
  273.       Caption = 'Message peek'
  274.       TabOrder = 11
  275.       OnClick = chkPeekClick
  276.     end
  277.   end
  278.   object MapiSession1: TMapiSession
  279.     MAPIOptions = [soLogonUI]
  280.     Left = 464
  281.     Top = 16
  282.   end
  283.   object MapiMessage1: TMapiMessage
  284.     SendOptions = []
  285.     ReadOptions = []
  286.     Session = 0
  287.     ClearOnSend = True
  288.     Left = 464
  289.     Top = 120
  290.   end
  291. end
  292.